home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFOLDEREDITOR / TFOLDEREDITOR.txt
Text File  |  2004-10-12  |  28KB  |  1,128 lines

  1. object FolderEditor: TFolderEditor
  2.   Left = 383
  3.   Top = 241
  4.   HelpContext = 10025
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   BorderWidth = 4
  8.   Caption = 'Edit Folder'
  9.   ClientHeight = 417
  10.   ClientWidth = 500
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCloseQuery = FormCloseQuery
  23.   OnCreate = FormCreate
  24.   OnDestroy = FormDestroy
  25.   OnKeyDown = FormKeyDown
  26.   OnShow = FormShow
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object btOK: TButton
  30.     Left = 199
  31.     Top = 392
  32.     Width = 90
  33.     Height = 25
  34.     Caption = '&OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object bCancel: TButton
  40.     Left = 299
  41.     Top = 392
  42.     Width = 90
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.   end
  49.   object bMacro: TButton
  50.     Left = 12
  51.     Top = 392
  52.     Width = 169
  53.     Height = 25
  54.     Caption = '&Macros...'
  55.     Enabled = False
  56.     TabOrder = 3
  57.     Visible = False
  58.     OnClick = bMacroClick
  59.   end
  60.   object bHelp: TButton
  61.     Left = 399
  62.     Top = 392
  63.     Width = 88
  64.     Height = 25
  65.     Caption = 'Help'
  66.     TabOrder = 4
  67.     OnClick = bHelpClick
  68.   end
  69.   object Book: TPageControl
  70.     Left = 0
  71.     Top = 0
  72.     Width = 500
  73.     Height = 381
  74.     ActivePage = tsGeneral
  75.     Align = alTop
  76.     TabOrder = 0
  77.     TabStop = False
  78.     OnChange = BookChange
  79.     object tsGeneral: TTabSheet
  80.       Caption = 'General'
  81.       object Label1: TLabel
  82.         Left = 10
  83.         Top = 10
  84.         Width = 31
  85.         Height = 13
  86.         Caption = '&Name:'
  87.         FocusControl = eName
  88.       end
  89.       object OptBook: TNotebook
  90.         Left = 4
  91.         Top = 48
  92.         Width = 489
  93.         Height = 305
  94.         TabOrder = 1
  95.         object TPage
  96.           Left = 0
  97.           Top = 0
  98.           Caption = 'Default'
  99.           object lImapSync: TLabel
  100.             Left = 54
  101.             Top = 68
  102.             Width = 107
  103.             Height = 13
  104.             Alignment = taRightJustify
  105.             Caption = '&Synchronisation mode:'
  106.           end
  107.           object lbBaseName: TLabel
  108.             Left = 16
  109.             Top = 172
  110.             Width = 147
  111.             Height = 13
  112.             Caption = 'Full cache message base path:'
  113.           end
  114.           object lbImapName: TLabel
  115.             Left = 16
  116.             Top = 132
  117.             Width = 101
  118.             Height = 13
  119.             Caption = 'Full IMAP folder path:'
  120.           end
  121.           object Label13: TLabel
  122.             Left = 84
  123.             Top = 224
  124.             Width = 77
  125.             Height = 13
  126.             Alignment = taRightJustify
  127.             Caption = 'Column settings:'
  128.           end
  129.           object cbImapTicker: TCheckBox
  130.             Left = 16
  131.             Top = 16
  132.             Width = 433
  133.             Height = 17
  134.             Caption = 'Show unread messages on Mail&Ticker(tm)'
  135.             TabOrder = 0
  136.           end
  137.           object cbImapPrinter: TCheckBox
  138.             Left = 16
  139.             Top = 40
  140.             Width = 433
  141.             Height = 17
  142.             Caption = 'Use &folder-specific print settings'
  143.             TabOrder = 1
  144.           end
  145.           object cbImapSync: TComboBox
  146.             Left = 168
  147.             Top = 66
  148.             Width = 281
  149.             Height = 21
  150.             Style = csDropDownList
  151.             ItemHeight = 13
  152.             TabOrder = 2
  153.             Items.Strings = (
  154.               'Don'#39't synchronise'
  155.               'Headers only'
  156.               'New headers only'
  157.               'Headers and text'
  158.               'New headers and text'
  159.               'Full synchronise'
  160.               'New messages only')
  161.           end
  162.           object cbImapFlushCache: TCheckBox
  163.             Left = 16
  164.             Top = 100
  165.             Width = 249
  166.             Height = 17
  167.             Caption = '&Clear cached messages on exit'
  168.             TabOrder = 3
  169.           end
  170.           object bFlushImap: TButton
  171.             Left = 272
  172.             Top = 96
  173.             Width = 176
  174.             Height = 25
  175.             Caption = 'Clear cache no&w'
  176.             TabOrder = 4
  177.             OnClick = bFlushImapClick
  178.           end
  179.           object eImapName: TEdit
  180.             Left = 16
  181.             Top = 144
  182.             Width = 393
  183.             Height = 19
  184.             BorderStyle = bsNone
  185.             Ctl3D = False
  186.             ParentColor = True
  187.             ParentCtl3D = False
  188.             ReadOnly = True
  189.             TabOrder = 5
  190.           end
  191.           object eBaseName: TEdit
  192.             Left = 16
  193.             Top = 188
  194.             Width = 449
  195.             Height = 19
  196.             BorderStyle = bsNone
  197.             Ctl3D = False
  198.             ParentColor = True
  199.             ParentCtl3D = False
  200.             ReadOnly = True
  201.             TabOrder = 6
  202.           end
  203.           object cobImapColumnsType: TComboBox
  204.             Tag = 1
  205.             Left = 168
  206.             Top = 220
  207.             Width = 281
  208.             Height = 21
  209.             Style = csDropDownList
  210.             ItemHeight = 13
  211.             ItemIndex = 0
  212.             TabOrder = 7
  213.             Text = 'Use the account default column settings'
  214.             OnChange = cobImapColumnsTypeChange
  215.             Items.Strings = (
  216.               'Use the account default column settings'
  217.               'Use parent folder column settings'
  218.               'Use view mode'
  219.               'Use folder own settings')
  220.           end
  221.           object btnImapDistribute: TButton
  222.             Left = 32
  223.             Top = 252
  224.             Width = 121
  225.             Height = 25
  226.             Caption = 'Copy to ...'
  227.             TabOrder = 8
  228.             OnClick = btnDistributeClick
  229.           end
  230.           object btnImapEditVM: TButton
  231.             Left = 168
  232.             Top = 252
  233.             Width = 280
  234.             Height = 25
  235.             Caption = 'Edit View Mode'
  236.             Enabled = False
  237.             TabOrder = 9
  238.             OnClick = btnEditVMClick
  239.           end
  240.         end
  241.         object TPage
  242.           Left = 0
  243.           Top = 0
  244.           Caption = 'Imap'
  245.           object gbOptions: TGroupBox
  246.             Left = 4
  247.             Top = 0
  248.             Width = 469
  249.             Height = 301
  250.             Caption = 'Options'
  251.             TabOrder = 0
  252.             object lHomeDir: TLabel
  253.               Left = 76
  254.               Top = 24
  255.               Width = 45
  256.               Height = 13
  257.               Alignment = taRightJustify
  258.               Caption = '&Directory:'
  259.               FocusControl = bHomeDir
  260.             end
  261.             object Label12: TLabel
  262.               Left = 88
  263.               Top = 236
  264.               Width = 77
  265.               Height = 13
  266.               Alignment = taRightJustify
  267.               Caption = 'Column settings:'
  268.             end
  269.             object eHomeDir: TEdit
  270.               Left = 132
  271.               Top = 20
  272.               Width = 309
  273.               Height = 21
  274.               Color = clBtnFace
  275.               ReadOnly = True
  276.               TabOrder = 0
  277.             end
  278.             object bHomeDir: TButton
  279.               Left = 176
  280.               Top = 46
  281.               Width = 129
  282.               Height = 25
  283.               Caption = 'Browse'
  284.               TabOrder = 1
  285.               OnClick = bHomeDirClick
  286.             end
  287.             object bClearHome: TButton
  288.               Left = 312
  289.               Top = 46
  290.               Width = 129
  291.               Height = 25
  292.               Caption = 'Clear'
  293.               TabOrder = 2
  294.               OnClick = bClearHomeClick
  295.             end
  296.             object eMaxMsgs: TXSpinEdit
  297.               Left = 328
  298.               Top = 124
  299.               Width = 57
  300.               Height = 21
  301.               TabOrder = 6
  302.               Text = '0'
  303.               MinValue = 0
  304.               MaxValue = 100000
  305.               Value = 0
  306.               Step = 1
  307.             end
  308.             object eMaxDays: TXSpinEdit
  309.               Left = 328
  310.               Top = 148
  311.               Width = 57
  312.               Height = 21
  313.               TabOrder = 8
  314.               Text = '0'
  315.               MinValue = 0
  316.               MaxValue = 100000
  317.               Value = 0
  318.               Step = 1
  319.             end
  320.             object GroupBox2: TGroupBox
  321.               Left = 16
  322.               Top = 176
  323.               Width = 433
  324.               Height = 45
  325.               Caption = 'On exit'
  326.               TabOrder = 9
  327.               object cbPurge: TCheckBox
  328.                 Left = 16
  329.                 Top = 18
  330.                 Width = 177
  331.                 Height = 17
  332.                 Caption = '&Remove old messages'
  333.                 TabOrder = 0
  334.               end
  335.               object cbCompress: TCheckBox
  336.                 Left = 224
  337.                 Top = 18
  338.                 Width = 169
  339.                 Height = 17
  340.                 Caption = '&Compress the folder'
  341.                 TabOrder = 1
  342.               end
  343.             end
  344.             object cbKeepMsgs: TCheckBox
  345.               Left = 16
  346.               Top = 128
  347.               Width = 297
  348.               Height = 17
  349.               Caption = '&Maximum number of stored messages is'
  350.               TabOrder = 5
  351.               OnClick = cbKeepMsgsClick
  352.             end
  353.             object cbKeepDays: TCheckBox
  354.               Left = 16
  355.               Top = 150
  356.               Width = 297
  357.               Height = 17
  358.               Caption = '&Keep messages in the base for (days) :'
  359.               TabOrder = 7
  360.               OnClick = cbKeepDaysClick
  361.             end
  362.             object cbOKTicker: TCheckBox
  363.               Left = 16
  364.               Top = 80
  365.               Width = 289
  366.               Height = 17
  367.               Caption = '&Show unread messages on MailTicker(tm)'
  368.               TabOrder = 3
  369.             end
  370.             object cbUsePrnCtl: TCheckBox
  371.               Left = 16
  372.               Top = 100
  373.               Width = 361
  374.               Height = 17
  375.               Caption = 'Use &folder-specific print settings'
  376.               TabOrder = 4
  377.             end
  378.             object cobColumnsType: TComboBox
  379.               Left = 168
  380.               Top = 232
  381.               Width = 281
  382.               Height = 21
  383.               Style = csDropDownList
  384.               ItemHeight = 13
  385.               TabOrder = 10
  386.               OnChange = cobImapColumnsTypeChange
  387.               Items.Strings = (
  388.                 'Use the account default column settings'
  389.                 'Use parent folder column settings'
  390.                 'Use view mode'
  391.                 'Use folder specific settings')
  392.             end
  393.             object btnDistribute: TButton
  394.               Left = 16
  395.               Top = 264
  396.               Width = 129
  397.               Height = 25
  398.               Caption = 'Copy to ...'
  399.               TabOrder = 11
  400.               OnClick = btnDistributeClick
  401.             end
  402.             object btnEditVM: TButton
  403.               Left = 168
  404.               Top = 264
  405.               Width = 281
  406.               Height = 25
  407.               Caption = 'Edit View Mode'
  408.               Enabled = False
  409.               TabOrder = 12
  410.               OnClick = btnEditVMClick
  411.             end
  412.           end
  413.         end
  414.       end
  415.       object eName: TEdit
  416.         Left = 8
  417.         Top = 26
  418.         Width = 465
  419.         Height = 21
  420.         TabOrder = 0
  421.       end
  422.     end
  423.     object tsFilter: TTabSheet
  424.       Caption = 'Filter'
  425.       ImageIndex = 9
  426.       inline cfFilter: TConditionFrame
  427.         Left = 184
  428.         Top = 60
  429.         Width = 291
  430.         Height = 285
  431.         TabOrder = 0
  432.         inherited pnButtons: TPanel
  433.           Top = 262
  434.           Width = 291
  435.         end
  436.         inherited pnIF: TPanel
  437.           Width = 291
  438.           Height = 262
  439.           inherited sbIF: TScrollBox
  440.             Width = 287
  441.             Height = 258
  442.           end
  443.         end
  444.       end
  445.       object cbUseFilter: TCheckBox
  446.         Left = 184
  447.         Top = 28
  448.         Width = 301
  449.         Height = 17
  450.         Hint = 'Check for using not trivial filters'
  451.         Caption = 'Advanced &filter settings'
  452.         ParentShowHint = False
  453.         ShowHint = True
  454.         TabOrder = 1
  455.         OnClick = cbUseFilterClick
  456.       end
  457.       object cbFastSearch: TCheckBox
  458.         Left = 8
  459.         Top = 56
  460.         Width = 165
  461.         Height = 17
  462.         Hint = 'Checking and selecting needing flags can improve performance'
  463.         Caption = 'Use f&ast search:'
  464.         ParentShowHint = False
  465.         ShowHint = True
  466.         TabOrder = 2
  467.         OnClick = cbFastSearchClick
  468.       end
  469.       object gbFastSearch: TGroupBox
  470.         Left = 24
  471.         Top = 76
  472.         Width = 157
  473.         Height = 269
  474.         Caption = 'Fast search &types:'
  475.         TabOrder = 3
  476.         object cbUnread: TCheckBox
  477.           Left = 8
  478.           Top = 20
  479.           Width = 144
  480.           Height = 17
  481.           Caption = '&Unread'
  482.           TabOrder = 0
  483.         end
  484.         object cbParked: TCheckBox
  485.           Left = 8
  486.           Top = 44
  487.           Width = 144
  488.           Height = 17
  489.           Caption = '&Parked'
  490.           TabOrder = 1
  491.         end
  492.         object cbFlagged: TCheckBox
  493.           Left = 8
  494.           Top = 72
  495.           Width = 144
  496.           Height = 17
  497.           Caption = 'Fla&gged'
  498.           TabOrder = 2
  499.         end
  500.         object cbNotReplied: TCheckBox
  501.           Left = 8
  502.           Top = 100
  503.           Width = 144
  504.           Height = 17
  505.           Caption = '&Not replied'
  506.           TabOrder = 3
  507.         end
  508.         object cbAttachments: TCheckBox
  509.           Left = 8
  510.           Top = 124
  511.           Width = 144
  512.           Height = 17
  513.           Caption = 'A&ttachments'
  514.           TabOrder = 4
  515.         end
  516.       end
  517.       object btnWiz: TButton
  518.         Left = 196
  519.         Top = 324
  520.         Width = 75
  521.         Height = 25
  522.         Caption = 'Wiz'
  523.         TabOrder = 4
  524.         Visible = False
  525.         OnClick = btnWizClick
  526.       end
  527.       object cbAutoSync: TCheckBox
  528.         Left = 8
  529.         Top = 8
  530.         Width = 173
  531.         Height = 17
  532.         Hint = 
  533.           'Unchecked means you must update folder manually. Checking may ca' +
  534.           'use program slowdown'
  535.         Caption = 'Auto &refresh'
  536.         ParentShowHint = False
  537.         ShowHint = True
  538.         TabOrder = 5
  539.       end
  540.       object cbSaveState: TCheckBox
  541.         Left = 184
  542.         Top = 8
  543.         Width = 293
  544.         Height = 17
  545.         Caption = 'Store state bet&ween sessions'
  546.         TabOrder = 6
  547.       end
  548.       object cbUseCounters: TCheckBox
  549.         Left = 8
  550.         Top = 32
  551.         Width = 165
  552.         Height = 17
  553.         Caption = 'Count in upper level'
  554.         TabOrder = 7
  555.       end
  556.     end
  557.     object tsTemplate: TTabSheet
  558.       Caption = 'Template'
  559.       ImageIndex = 1
  560.       object Label4: TLabel
  561.         Left = 8
  562.         Top = 8
  563.         Width = 89
  564.         Height = 13
  565.         Caption = '&Message template:'
  566.         FocusControl = eTemplate
  567.       end
  568.       object eTemplate: TMemo
  569.         Left = 8
  570.         Top = 24
  571.         Width = 449
  572.         Height = 313
  573.         Font.Charset = DEFAULT_CHARSET
  574.         Font.Color = clBlack
  575.         Font.Height = -13
  576.         Font.Name = 'Courier New'
  577.         Font.Style = []
  578.         ParentFont = False
  579.         PopupMenu = mPop
  580.         ScrollBars = ssBoth
  581.         TabOrder = 0
  582.         WordWrap = False
  583.         OnClick = eTemplateEnter
  584.         OnEnter = eTemplateEnter
  585.       end
  586.     end
  587.     object tsReply: TTabSheet
  588.       Caption = 'Reply'
  589.       ImageIndex = 2
  590.       object Label6: TLabel
  591.         Left = 8
  592.         Top = 8
  593.         Width = 118
  594.         Height = 13
  595.         Caption = '&Reply message template:'
  596.       end
  597.       object eRTemplate: TMemo
  598.         Left = 8
  599.         Top = 24
  600.         Width = 449
  601.         Height = 313
  602.         Font.Charset = DEFAULT_CHARSET
  603.         Font.Color = clBlack
  604.         Font.Height = -13
  605.         Font.Name = 'Courier New'
  606.         Font.Style = []
  607.         ParentFont = False
  608.         PopupMenu = mPop
  609.         ScrollBars = ssBoth
  610.         TabOrder = 0
  611.         WordWrap = False
  612.         OnClick = eTemplateEnter
  613.         OnEnter = eTemplateEnter
  614.       end
  615.     end
  616.     object tsForward: TTabSheet
  617.       Caption = 'Forward'
  618.       ImageIndex = 3
  619.       object Label7: TLabel
  620.         Left = 8
  621.         Top = 8
  622.         Width = 141
  623.         Height = 13
  624.         Caption = '&Message forwarding template:'
  625.         FocusControl = eFTemplate
  626.       end
  627.       object eFTemplate: TMemo
  628.         Left = 8
  629.         Top = 24
  630.         Width = 449
  631.         Height = 313
  632.         Font.Charset = DEFAULT_CHARSET
  633.         Font.Color = clBlack
  634.         Font.Height = -13
  635.         Font.Name = 'Courier New'
  636.         Font.Style = []
  637.         ParentFont = False
  638.         PopupMenu = mPop
  639.         ScrollBars = ssBoth
  640.         TabOrder = 0
  641.         WordWrap = False
  642.         OnClick = eTemplateEnter
  643.         OnEnter = eTemplateEnter
  644.       end
  645.     end
  646.     object tsConfirm: TTabSheet
  647.       Caption = 'Confirmation'
  648.       ImageIndex = 4
  649.       object lRCRTpl: TLabel
  650.         Left = 8
  651.         Top = 120
  652.         Width = 47
  653.         Height = 13
  654.         Caption = '&Template:'
  655.       end
  656.       object cbRCR: TCheckBox
  657.         Left = 16
  658.         Top = 8
  659.         Width = 385
  660.         Height = 17
  661.         Caption = 'O&verride account'#39's Reading Confirmation settings'
  662.         TabOrder = 0
  663.         OnClick = cbRCRClick
  664.       end
  665.       object cbRCRPrompt: TCheckBox
  666.         Left = 16
  667.         Top = 28
  668.         Width = 385
  669.         Height = 17
  670.         Caption = 'Prompt before the &Action'
  671.         TabOrder = 1
  672.       end
  673.       object rgRCRaction: TRadioGroup
  674.         Left = 8
  675.         Top = 56
  676.         Width = 441
  677.         Height = 57
  678.         Caption = 'Action'
  679.         Columns = 2
  680.         ItemIndex = 0
  681.         Items.Strings = (
  682.           '&Put in Outbox'
  683.           '&Send immediately'
  684.           '&Edit'
  685.           '&Ignore')
  686.         TabOrder = 2
  687.       end
  688.       object eConfirm: TMemo
  689.         Left = 8
  690.         Top = 136
  691.         Width = 449
  692.         Height = 201
  693.         Font.Charset = DEFAULT_CHARSET
  694.         Font.Color = clBlack
  695.         Font.Height = -13
  696.         Font.Name = 'Courier New'
  697.         Font.Style = []
  698.         ParentFont = False
  699.         PopupMenu = mPop
  700.         ScrollBars = ssBoth
  701.         TabOrder = 3
  702.         OnEnter = eTemplateEnter
  703.       end
  704.     end
  705.     object tsSound: TTabSheet
  706.       Caption = 'Sound'
  707.       ImageIndex = 5
  708.       object cbSound: TRadioGroup
  709.         Left = 16
  710.         Top = 8
  711.         Width = 433
  712.         Height = 89
  713.         Caption = 'Sound when new mail arrived'
  714.         ItemIndex = 0
  715.         Items.Strings = (
  716.           'Use &Account settings'
  717.           '&Use own sound settings'
  718.           '&Sound disabled')
  719.         TabOrder = 0
  720.         OnClick = cbSoundClick
  721.       end
  722.       object gbSound: TGroupBox
  723.         Left = 16
  724.         Top = 104
  725.         Width = 433
  726.         Height = 137
  727.         Caption = 'Settings'
  728.         TabOrder = 1
  729.         object Label9: TLabel
  730.           Left = 8
  731.           Top = 28
  732.           Width = 19
  733.           Height = 13
  734.           Caption = '&File:'
  735.           FocusControl = eSound
  736.         end
  737.         object eSound: TEdit
  738.           Left = 48
  739.           Top = 24
  740.           Width = 369
  741.           Height = 21
  742.           TabOrder = 0
  743.         end
  744.         object bBrowseWAV: TButton
  745.           Left = 200
  746.           Top = 56
  747.           Width = 107
  748.           Height = 25
  749.           Caption = '&Browse...'
  750.           TabOrder = 1
  751.           OnClick = bBrowseWAVClick
  752.         end
  753.         object bTestSound: TButton
  754.           Left = 320
  755.           Top = 56
  756.           Width = 99
  757.           Height = 25
  758.           Caption = '&Test now'
  759.           TabOrder = 2
  760.           OnClick = bTestSoundClick
  761.         end
  762.         object cbOwnTime: TCheckBox
  763.           Left = 8
  764.           Top = 104
  765.           Width = 285
  766.           Height = 17
  767.           Caption = '&Override account'#39's allowance interval:'
  768.           TabOrder = 3
  769.           OnClick = cbOwnTimeClick
  770.         end
  771.         object eInterval: TTimeIntervalEdit
  772.           Left = 328
  773.           Top = 102
  774.           Width = 89
  775.           Height = 21
  776.           EditMask = '##:##-##:##;1;0'
  777.           MaxLength = 11
  778.           TabOrder = 4
  779.           Text = '  :  -  :  '
  780.         end
  781.       end
  782.     end
  783.     object tsIdentity: TTabSheet
  784.       Caption = 'Identity'
  785.       ImageIndex = 6
  786.       object GroupBox1: TGroupBox
  787.         Left = 13
  788.         Top = 8
  789.         Width = 396
  790.         Height = 97
  791.         Caption = 'From information'
  792.         TabOrder = 0
  793.         object Label2: TLabel
  794.           Left = 16
  795.           Top = 20
  796.           Width = 57
  797.           Height = 13
  798.           Caption = '&From Name:'
  799.         end
  800.         object Label3: TLabel
  801.           Left = 16
  802.           Top = 44
  803.           Width = 67
  804.           Height = 13
  805.           Caption = 'From &Address:'
  806.         end
  807.         object Label8: TLabel
  808.           Left = 16
  809.           Top = 68
  810.           Width = 62
  811.           Height = 13
  812.           Caption = '&Organisation:'
  813.         end
  814.         object eFromName: TComboBox
  815.           Left = 104
  816.           Top = 16
  817.           Width = 284
  818.           Height = 21
  819.           ItemHeight = 0
  820.           TabOrder = 0
  821.         end
  822.         object eFromAddr: TComboBox
  823.           Left = 104
  824.           Top = 40
  825.           Width = 284
  826.           Height = 21
  827.           ItemHeight = 0
  828.           TabOrder = 1
  829.         end
  830.         object eOrg: TComboBox
  831.           Left = 104
  832.           Top = 64
  833.           Width = 284
  834.           Height = 21
  835.           ItemHeight = 0
  836.           TabOrder = 2
  837.         end
  838.       end
  839.       object GroupBox3: TGroupBox
  840.         Left = 13
  841.         Top = 112
  842.         Width = 396
  843.         Height = 73
  844.         Caption = 'Reply-To information'
  845.         TabOrder = 1
  846.         object Label10: TLabel
  847.           Left = 16
  848.           Top = 44
  849.           Width = 87
  850.           Height = 13
  851.           Caption = 'Reply-To A&ddress:'
  852.         end
  853.         object Label11: TLabel
  854.           Left = 16
  855.           Top = 20
  856.           Width = 77
  857.           Height = 13
  858.           Caption = '&Reply-To Name:'
  859.         end
  860.         object eReplyName: TComboBox
  861.           Left = 120
  862.           Top = 16
  863.           Width = 268
  864.           Height = 21
  865.           ItemHeight = 0
  866.           TabOrder = 0
  867.         end
  868.         object eReplyAddr: TComboBox
  869.           Left = 120
  870.           Top = 40
  871.           Width = 268
  872.           Height = 21
  873.           ItemHeight = 0
  874.           TabOrder = 1
  875.         end
  876.       end
  877.     end
  878.     object tsDelete: TTabSheet
  879.       Caption = 'Deletion'
  880.       ImageIndex = 8
  881.       OnEnter = tsDeleteEnter
  882.       object gbNormalDel: TGroupBox
  883.         Left = 16
  884.         Top = 32
  885.         Width = 433
  886.         Height = 121
  887.         Caption = 'Normal deletion (Delete key/toolbar button)'
  888.         TabOrder = 0
  889.         object rbDelTrash: TRadioButton
  890.           Left = 16
  891.           Top = 24
  892.           Width = 385
  893.           Height = 17
  894.           Caption = 'Move messages to the Trash folder'
  895.           TabOrder = 0
  896.           OnClick = rbDelTrashClick
  897.         end
  898.         object rbDelMark: TRadioButton
  899.           Left = 16
  900.           Top = 44
  901.           Width = 385
  902.           Height = 17
  903.           Caption = 'Mark as deleted, do not use the Trash folder'
  904.           TabOrder = 1
  905.           OnClick = rbDelTrashClick
  906.         end
  907.         object rbDelFolder: TRadioButton
  908.           Left = 16
  909.           Top = 64
  910.           Width = 393
  911.           Height = 17
  912.           Caption = 'Move to the specified folder'
  913.           TabOrder = 2
  914.           OnClick = rbDelTrashClick
  915.         end
  916.         object eDelFolder: TEdit
  917.           Left = 32
  918.           Top = 88
  919.           Width = 273
  920.           Height = 21
  921.           TabOrder = 3
  922.         end
  923.         object bDelFolder: TButton
  924.           Left = 312
  925.           Top = 86
  926.           Width = 113
  927.           Height = 25
  928.           Caption = 'Browse'
  929.           TabOrder = 4
  930.           OnClick = bDelFolderClick
  931.         end
  932.       end
  933.       object gbAltDel: TGroupBox
  934.         Left = 16
  935.         Top = 160
  936.         Width = 433
  937.         Height = 141
  938.         Caption = 'Alternative deletion (Shift + Delete key/toolbar button)'
  939.         TabOrder = 1
  940.         object rbAltDelTrash: TRadioButton
  941.           Left = 16
  942.           Top = 24
  943.           Width = 385
  944.           Height = 17
  945.           Caption = 'Move messages to the Trash folder'
  946.           TabOrder = 0
  947.           OnClick = rbAltDelFolderClick
  948.         end
  949.         object rbAltDelMark: TRadioButton
  950.           Left = 16
  951.           Top = 44
  952.           Width = 385
  953.           Height = 17
  954.           Caption = 'Mark as deleted, do not use the Trash folder'
  955.           TabOrder = 1
  956.           OnClick = rbAltDelFolderClick
  957.         end
  958.         object rbAltDelFolder: TRadioButton
  959.           Left = 16
  960.           Top = 64
  961.           Width = 393
  962.           Height = 17
  963.           Caption = 'Move to the specified folder'
  964.           TabOrder = 2
  965.           OnClick = rbAltDelFolderClick
  966.         end
  967.         object eAltDelFolder: TEdit
  968.           Left = 32
  969.           Top = 88
  970.           Width = 273
  971.           Height = 21
  972.           TabOrder = 3
  973.         end
  974.         object bAltDelFolder: TButton
  975.           Left = 312
  976.           Top = 86
  977.           Width = 113
  978.           Height = 25
  979.           Caption = 'Browse'
  980.           TabOrder = 4
  981.           OnClick = bAltDelFolderClick
  982.         end
  983.         object cbAltPurge: TCheckBox
  984.           Left = 16
  985.           Top = 116
  986.           Width = 409
  987.           Height = 17
  988.           Caption = 'Use alternative deletion for purging this folder'
  989.           TabOrder = 5
  990.         end
  991.       end
  992.       object cbCompressEmpty: TCheckBox
  993.         Left = 16
  994.         Top = 312
  995.         Width = 409
  996.         Height = 17
  997.         Caption = 'Compress emptied folder automatically'
  998.         TabOrder = 2
  999.       end
  1000.       object cbFolderDel: TCheckBox
  1001.         Left = 16
  1002.         Top = 8
  1003.         Width = 433
  1004.         Height = 17
  1005.         Caption = '&Use folder-specific deletion settings'
  1006.         TabOrder = 3
  1007.         OnClick = cbFolderDelClick
  1008.       end
  1009.     end
  1010.     object tsMemo: TTabSheet
  1011.       Caption = 'Memo'
  1012.       ImageIndex = 7
  1013.       object Label5: TLabel
  1014.         Left = 8
  1015.         Top = 8
  1016.         Width = 32
  1017.         Height = 13
  1018.         Caption = '&Memo:'
  1019.         FocusControl = eMemo
  1020.       end
  1021.       object eMemo: TMemo
  1022.         Left = 12
  1023.         Top = 24
  1024.         Width = 449
  1025.         Height = 313
  1026.         Lines.Strings = (
  1027.           '')
  1028.         ScrollBars = ssBoth
  1029.         TabOrder = 0
  1030.         WordWrap = False
  1031.       end
  1032.     end
  1033.   end
  1034.   object btnWatchBy: TButton
  1035.     Left = 12
  1036.     Top = 368
  1037.     Width = 169
  1038.     Height = 25
  1039.     Caption = 'Watched by...'
  1040.     TabOrder = 5
  1041.     Visible = False
  1042.     OnClick = btnWatchByClick
  1043.   end
  1044.   object btnSelFolders: TButton
  1045.     Left = 12
  1046.     Top = 404
  1047.     Width = 169
  1048.     Height = 25
  1049.     Hint = 'Select folders for filtering'
  1050.     Caption = '&Select folders'
  1051.     ParentShowHint = False
  1052.     ShowHint = True
  1053.     TabOrder = 6
  1054.     OnClick = btnSelFoldersClick
  1055.   end
  1056.   object mPop: TPopupMenu
  1057.     Left = 84
  1058.     Top = 404
  1059.     object mmText: TMenuItem
  1060.       Caption = '&Text'
  1061.     end
  1062.     object mmSender: TMenuItem
  1063.       Caption = '&Sender info'
  1064.     end
  1065.     object mmRece: TMenuItem
  1066.       Caption = '&Recipient info'
  1067.     end
  1068.     object mmDef: TMenuItem
  1069.       Caption = '&Pre-defined fields'
  1070.     end
  1071.     object mmMisc: TMenuItem
  1072.       Caption = '&Miscellaneous'
  1073.     end
  1074.     object N1: TMenuItem
  1075.       Caption = '-'
  1076.     end
  1077.     object mtAttachFile: TMenuItem
  1078.       Caption = '&Attach a file...'
  1079.       ShortCut = 32801
  1080.       OnClick = mtAttachFileClick
  1081.     end
  1082.     object mtInclude: TMenuItem
  1083.       Tag = 1
  1084.       Caption = '&Include template file...'
  1085.       ShortCut = 32813
  1086.       OnClick = mtAttachFileClick
  1087.     end
  1088.     object mtPut: TMenuItem
  1089.       Tag = 2
  1090.       Caption = 'Put text file...'
  1091.       OnClick = mtAttachFileClick
  1092.     end
  1093.     object mtfCookie: TMenuItem
  1094.       Tag = 3
  1095.       Caption = '&Cookie from a file...'
  1096.       OnClick = mtAttachFileClick
  1097.     end
  1098.     object Popup1: TMenuItem
  1099.       Caption = 'Popup'
  1100.       ShortCut = 32889
  1101.       Visible = False
  1102.     end
  1103.     object N2: TMenuItem
  1104.       Caption = '-'
  1105.     end
  1106.     object mmCut: TMenuItem
  1107.       Caption = 'Cut'
  1108.       ShortCut = 16472
  1109.       OnClick = mmCutClick
  1110.     end
  1111.     object mmCopy: TMenuItem
  1112.       Caption = 'Copy'
  1113.       ShortCut = 16451
  1114.       OnClick = mmCopyClick
  1115.     end
  1116.     object mmPaste: TMenuItem
  1117.       Caption = 'Paste'
  1118.       ShortCut = 16470
  1119.       OnClick = mmPasteClick
  1120.     end
  1121.     object mmSelectAll: TMenuItem
  1122.       Caption = 'Select All'
  1123.       ShortCut = 16449
  1124.       OnClick = mmSelectAllClick
  1125.     end
  1126.   end
  1127. end
  1128.